Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#385] Duplicate field definition error when @ProtoField methods over… #386

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

ryanemerson
Copy link
Contributor

Closes #385

@ryanemerson ryanemerson requested a review from a team as a code owner December 13, 2024 15:13
@ryanemerson ryanemerson force-pushed the 385/field_inheritance branch from 12097ed to b319dff Compare December 17, 2024 17:18
@tristantarrant tristantarrant merged commit 6399029 into infinispan:main Jan 7, 2025
4 checks passed
@tristantarrant
Copy link
Member

Merged, thanks

@tristantarrant
Copy link
Member

Weird, CI was green, but now I cannot compile locally:

[ERROR] /home/tst/Work/Infinispan/protostream/processor/src/test/java/org/infinispan/protostream/annotations/impl/processor/tests/ProtoSchemaTest.java:[178,37] cannot find symbol
  symbol:   class ParentClassSCIImpl
  location: class org.infinispan.protostream.annotations.impl.processor.tests.ProtoSchemaTest
[ERROR] /home/tst/Work/Infinispan/protostream/processor/src/test/java/org/infinispan/protostream/annotations/impl/processor/tests/ProtoSchemaTest.java:[182,37] cannot find symbol
  symbol:   class ChildClassSCIImpl

@tristantarrant
Copy link
Member

tristantarrant commented Jan 7, 2025

Ah, it appears it's an issue with JDK 23+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate field definition error when @ProtoField methods overridden
2 participants